Skip to content

FIX: grandine sync status#2275

Merged
NeoPlays merged 1 commit into
mainfrom
grandine
Aug 22, 2025
Merged

FIX: grandine sync status#2275
NeoPlays merged 1 commit into
mainfrom
grandine

Conversation

@NeoPlays

Copy link
Copy Markdown
Member

Issue is that grandine does not have a metric that shows the current slot based on genesis time and current time, which leaves us with these options:

  • make a similar thing as for the execution clients (getting sync status via RPC) and use the beacon api
    • this can be done by calling an existing function to get the current slot
    • or by directly calling the /eth/v1/node/syncing endpoint
  • wait for grandine to implement this metric
  • just show 100% with beacon_head_slot to ensure sync status is loading at all

i went with the latest as implementing this would take me (and probably dave as well) quite some time

@NeoPlays NeoPlays merged commit 5e3fbc4 into main Aug 22, 2025
4 checks passed
@NeoPlays NeoPlays deleted the grandine branch October 21, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant